-- card: 4254 from stack: in -- bmap block id: 3519 -- flags: 0000 -- background id: 2577 -- name: Info -- part 3 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=20 top=40 right=326 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Tell Me ----- HyperTalk script ----- On mouseUp set visible of card button id 7 to false set the visible of me to false end mouseUp -- part 7 (button) -- low flags: 80 -- high flags: A003 -- rect: left=24 top=43 right=66 bottom=173 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Install on Home Card ----- HyperTalk script ----- on mouseUp answer "Install Disk-It button on Home Card?" with "Cancel" or "OK" if it is "Cancel" then exit mouseUp set cursor to 4 put "Now installing button, please wait..." set lockscreen to true set icon of button "Install in Home" to 26264 choose Button tool click at the loc of card button "Install on Home Card" doMenu "Copy Button" set icon of button "Install on Home Card" to 0 get bkgnd field buttonscript set visible of me to false set visible of card field "Tell Me" to false go Home doMenu "Paste Button" set name of card button "Install on Home Card" to "Disk-It" set style of card button "Disk-It" to transparent set rect of card button "Disk-It" to 300,199,352,248 set script of card button "Disk-It" to it set lockscreen to false put "Drag the button where you like. Then type Command-Tab." into msg wait two seconds put empty hide msg set lockMessages to false end mouseUp -- part contents for card part 3 ----- text ----- ************************ INTSTRUCTIONS **************************** **************************************************************** This stack is a non-commercial freeware stack and can be distributed without charge. This stack is very useful and easy to use. Basically what this stack does is keep a catalog of your floppy disks. All you do is create a new card by pressing the "New Card" button. The underneath "Set Disk Size" is there merely to calculate the free size left on your disk. The default setting is for 800k disks. If you want to catalog a 400k disk just press the button next to the field. If you don't know what size disk you are using, leave it set to 800 - no big deal. Next press the "Catalog Disk" button. This brings up a dialog box requesting you insert a floppy disk - it does the rest! When the catolog is finished your disk will pop out. Just follow the same procedure to catolog your other disks. If your disks change information a lot, go back to the card which you want to re-catalog and start the same procedure over again. The fields will be written-over by the new information, there is no need to erase fields (although you are perfectly welcome to change information by editing fields). The Size of Disk field near the bottom of the card shows your total memory used up on that disk. The Free Size field below it shows the amount of memory left. To Install this Stack on your Home Card click on the 'Install on Home Card' button. Also, on the main card, an easy way to go to a particular card or view what cards (disks) you have, just press the "Table of Contents" button. A dialog will pop up requesting you choose a card to navigate to. If you just want to view the cards (disks) and not go to one then simply choose "Cancel" and you will be returned to the main card. To print a report with all the contents of your floppies just press the "Print Report" button. The print dialog box will pop-up and all you have to do is press "OK". Normally don't worry about changing anything unless you're not happy with the report. If there are any comments or suggestions about this stack I can normally be reached on: GEnie -- B. Cherkas Compuserve -- 71251,3253 __________________________CREDITS________________________________ Credit for this stack must go to Oscar F. Hills who created the ReadCat XFCN. This stack would not exist in this form without this fantastic XFCN. Also, I wish to credit James Paul who created the Hyperlist XCFN and Richard Davis who created the nice little flasher XCFN. -- part contents for background part 13 ----- text ----- on mouseUp visual effect scroll up go to stack Disk-It end mouseUp